home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_10
/
PlaceObject2_201_100
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
206 b
|
11 lines
onClipEvent(enterFrame){
if(_root.porte17.hitTest(_root.ship.hull))
{
tellTarget("_root")
{
gotoAndStop(9);
setProperty("_root.ship", _X, "50");
}
}
}